home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / drvrs / xgav210.zip / VESA / READ.ME next >
Text File  |  1993-07-21  |  6KB  |  157 lines

  1.        VESA SVGA BIOS Extension TSR for the IBM XGA/A and XGA-2 Adapter
  2.                     Version: 1.00 Release 05   12-16-92
  3.  
  4.  
  5.  
  6. HOW TO INSTALL?
  7. ---------------
  8. Just type the name of the TSR at the DOS prompt -- SVGAVESA.
  9.  
  10.  
  11. HOW TO GET HELP?
  12. ----------------
  13. Typing SVGAVESA /h or SVGAVESA -h at the DOS prompt brings up the on-line help.
  14.  
  15.  
  16. HOW TO UNINSTALL?
  17. -----------------
  18. Typing SVGAVESA /u or SVGAVESA -u at the DOS prompt unistalls the TSR.
  19.  
  20.  
  21. WHAT DOES THIS PROGRAM DO?
  22. --------------------------
  23. SVGAVESA is a TSR that makes your XGA/A or XGA-2 Adapter VESA-compliant
  24. for SVGA.
  25.  
  26.  
  27. WHAT ARE THE SUPPORTED CONFIGURATIONS?
  28. --------------------------------------
  29. The SVGAVESA TSR will only work if there is an XGA device (adapter or chip)
  30. in the system that is currently running in VGA mode.  This means that if your
  31. system has a VGA on the planar or adapter, it CANNOT have a monitor attached
  32. to it.
  33.  
  34.  
  35. WHAT VIDEO MODES AND VESA CALLS DOES THIS PROGRAM SUPPORT?
  36. ----------------------------------------------------------
  37. This TSR supports the following standard SVGA VESA modes for the XGA/A adapter:
  38.  
  39.    VESA mode        Description
  40.  
  41.    100h             640x400x256 color packed pixel mode
  42.    101h             640x480x256 color packed pixel mode
  43.    105h *           1024x768x256 color packed pixel mode (requires 1 Meg VRAM)
  44.    10Eh             320x200x64K color packed pixel mode
  45.    111h             640x480x64K color packed pixel mode (requires 1 Meg VRAM)
  46.    108h **          80  column 60 line text mode
  47.    109h **          132 column 25 line text mode
  48.    10Ah **          132 column 43 line text mode
  49.    10Bh **          132 column 50 line text mode
  50.    10Ch **          132 column 60 line text mode
  51.  
  52.    *  This mode is only supported on the XGA/A adapter if an 8514, 8515, 8516,
  53.       or 8517 monitor is connected.
  54.  
  55.    ** These modes are only supported if an XGA in the system is initially
  56.       brought up in VGA mode.  Therefore, systems that have a VGA on the
  57.       planar must not have a monitor connected in order for the TSR to
  58.       provide support for these modes.
  59.  
  60. This TSR supports the following standard VESA modes for the XGA-2 adapter
  61. (in addition to the modes supported for the XGA/A product), provided the
  62. appropriate DMQS Display Information file indicates that the mode is
  63. available on the installed system:
  64.  
  65.    VESA mode        Description
  66.  
  67.    102h             800x600x16 color planar mode
  68.    103h             800x600x256 color packed pixel mode
  69.    114h             800x600x64K color packed pixel mode (60Hz Vertical Refresh)
  70.  
  71.  
  72. SVGAVESA supports all of the VESA calls defined in the VESA SuperVGA
  73. standard VS911022-2 (dated 20/Oct/91) on XGA/A and XGA-NI adapters
  74. except:
  75.    Function 01h - Return Super VGA mode information
  76.      D2 - Output functions supported in BIOS.
  77.           Output functions will not be supported
  78. This does not mean that Function 01h is not supported, but only that the BIOS
  79. does not support output functions like TTY output, scroll, pixel output, etc..
  80.  
  81.  
  82. RESTRICTIONS.
  83. -------------
  84.  
  85. 1) The TSR will not work in a DOS Session under Windows 3.x.
  86.  
  87.  
  88. KNOWN VESA SVGA APPLICATIONS THAT WILL NOT WORK WITH THIS TSR.
  89. --------------------------------------------------------------
  90. Any VESA SVGA application that accesses the hardware directly, instead of
  91. using BIOS, will not work because the SVGAVESA TSR is implementing the SVGA
  92. modes with the XGA adapter in XGA mode.  When the adapter is in XGA mode,
  93. the VGA registers are not available.  Therefore, applications that try to
  94. update the VGA's Video DAC via direct hardware writes instead of using BIOS
  95. INT10 calls will fail.  Also, applications that attempt to wait for a
  96. VGA-style vertical retrace signal will lock up the system.
  97.  
  98.  
  99. ==============================================================================
  100.  
  101.        VESA XGA BIOS Extension TSR for the IBM XGA/A and XGA-2 Adapter
  102.                     Version: 1.00 Release 05   12-16-92
  103.  
  104.  
  105.  
  106. HOW TO INSTALL?
  107. ---------------
  108. Just type the name of the TSR at the DOS prompt -- XGAVESA.
  109.  
  110.  
  111. HOW TO GET HELP?
  112. ----------------
  113. Typing XGAVESA /h or XGAVESA -h at the DOS prompt brings up the online help.
  114.  
  115.  
  116. HOW TO UNINSTALL?
  117. -----------------
  118. Typing XGAVESA /u or XGAVESA -u at the DOS prompt uninstalls the TSR.
  119.  
  120.  
  121. WHAT DOES THIS PROGRAM DO?
  122. --------------------------
  123. XGAVESA is a TSR that makes your XGA/A or XGA-2 Adapter VESA-compliant
  124. for XGA.
  125.  
  126.  
  127. WHAT VIDEO MODES AND VESA CALLS DOES THIS PROGRAM SUPPORT?
  128. ----------------------------------------------------------
  129. This TSR supports the following standard XGA VESA modes for the XGA/A adapter:
  130.  
  131.    VESA XGA            Description
  132.    OEM Mode Tag
  133.  
  134.    208h                640x480x256 color mode
  135.    228h                640x400x256 color mode
  136.    284h *              1024x768x16 color mode
  137.    288h *              1024x768x256 color mode (requires 1 Meg VRAM)
  138.  
  139.    * This mode is only supported on the XGA/A adapter if an 8514, 8515, 8516,
  140.      or 8517 monitor is connected.
  141.  
  142. This TSR supports the following for the XGA-2 adapter (in addition to the
  143. modes supported for the XGA/A product), provided the appropriate DMQS Display
  144. Information file indicates that the mode is available on the installed system:
  145.  
  146.    VESA XGA            Description
  147.    OEM Mode Tag
  148.  
  149.    210h                640x480x64K direct color mode
  150.    230h                640x400x64K direct color mode
  151.    244h                800x600x16 color mode
  152.    248h                800x600x256 color mode
  153.    250h                800x600x64K direct color mode (60Hz Vertical Refresh)
  154.    288h                1024x768x256 color mode
  155.    2C4h                1040x768x16 color mode
  156.    2C8h                1040x768x256 color mode
  157.